home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 395W / CompuServe CD 395W.iso / tech / mmw / behead / read.me < prev   
Encoding:
Text File  |  1994-02-13  |  1.2 KB  |  35 lines

  1.                 BeHead v1.0 by John Rawnsley
  2.  
  3. BeHead is a program to remove the MacBinary header from files uploaded 
  4. by Macintoshes in MacBinary mode.
  5.  
  6. In order to preserve the file/creator relationship and icons used by 
  7. the Macintosh Finder when files are uploaded to non-Macintosh file 
  8. systems, Macintosh files are encoded into MacBinary format. This can 
  9. be a problem if the files are general binary files (e.g. .ZIP 
  10. archives) intended for use by non-Macintosh computers.
  11.  
  12. MacBinary encoded files have a header which allows them to be reliably 
  13. identified and the original file extracted. BeHead is a program which 
  14. can parse this header and extract the data.
  15.  
  16. Usage is simple. The command
  17.  
  18. bh filename.ext
  19.  
  20. will open the file "filename.ext", check it for a MacBinary header, 
  21. and if one is found extract the data into a new file called 
  22. "filename.dat" in the same directory as the original file. If 
  23. "filename.dat" already exists then the user will be prompted before 
  24. overwriting.
  25.  
  26. Make sure there is enough space on the disk to hold two full copies of 
  27. "filename.ext".
  28.  
  29. BeHead is copyright but may be freely copied and distributed.
  30.  
  31. Report any problems or suggestions to John Rawnsley, 100015,632.
  32.  
  33.  
  34.  
  35.